home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 24 / 7 / DISK2472.ZIP / PLAN.BAT < prev    next >
DOS Batch File  |  1990-05-06  |  463b  |  15 lines

  1. Echo off
  2. Cls
  3. Echo S C H E D U L E     Project "%1" Planning
  4. Echo ----------------------------------------------------------------------
  5. If .%1 == . Syntax1 %0
  6. Echo ----------------------------------------------------------------------
  7. :Dirset2
  8. If exist %1 Syntax2 %0 %1 %2 %3 %4 %5 %6 %7
  9. If not exist %1.JOB Syntax3 %0 %1 %2 %3 %4 %5 %6 %7
  10. Copy C:\Packages\GanttPac\Plan.KBS %1.skb >nul
  11. Schedule %1
  12. Erase %1.SKB
  13. If Errorlevel 1 Exitcode %1
  14. View %1
  15.